func reflect.ifaceIndir
11 uses
reflect (current package)
abi.go#L169: if ifaceIndir(rcvr) || rcvr.Pointers() {
type.go#L2554: case len(fs) == 1 && !ifaceIndir(fs[0].Typ):
type.go#L2748: case length == 1 && !ifaceIndir(typ):
type.go#L2851: func ifaceIndir(t *abi.Type) bool {
value.go#L642: if !ifaceIndir(tv) {
value.go#L732: if ifaceIndir(typ) {
value.go#L746: if ifaceIndir(typ) {
value.go#L932: } else if v.flag&flagIndir != 0 && !ifaceIndir(t) {
value.go#L1244: if ifaceIndir(v.typ()) {
value.go#L2208: if ifaceIndir(t) {
value.go#L3252: if ifaceIndir(pt) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |